
body {
	background: url("../Images/capture.png") no-repeat;
	background-size:100%;
}
.button a{
	color:#FF80FF;
}
img {
	width:300px;
	height:300px;
}
	
h1{color:#FF80FF}

#nav{
    list-style:none;
    font-weight:bold;
    margin-bottom:10px;
    float:left; /* Clear floats */
    width:100%;
    /* Bring the nav above everything else--uncomment if needed.
    position:relative;
    z-index:5;
    */
}
#nav li{
    float:left;
    margin-right:10px;
    position:relative;
}
#nav a{
    display:block;
    padding:5px;
    color:#FF80FF;
    background:#333;
    text-decoration:none;
}
#nav a:hover{
    color:#fff;
    background:#6b0c36;
    text-decoration:underline;
}
/*---Derek Moad 2019 Jesuit High School---*/
#bill{
	position: fixed;
    bottom: 1000;
    right: 0;
    width: 300px;
    border: 3px solid red;
}

.spin{
	text-align:center;
	position:absolute;
	left:880px;
	top:103px;
	color:#FF80FF;
	font-size:26px;
}